This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: DXLImport ( compare data base content). ~Vera Dwonuster 4.Dec.03 12:35 PM a Web browser Applications Development 6.0.2 CF2Windows 2000
Hi Rod,
I need to get a replica of the database, but by using DXL methods.
So by using DXL Import u mean the IDs do not remain the same. to make it clear....
1. Generate .xml files using DXL Export for a database ( DB1) .
2. Create a copy ( say DB2) of database ( DB1) which contains only the design of DB1.
This i did by using "CreateDatabaseCopy" and set the "SetCopyDesignOnly" as true.
3.then import all the .xml files to DB2.
please let me know,can we get the exact database with same IDs of documents using DXL.